From 8d28dcef1201ef7052871f9bad5579aeb2adbddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 27 Sep 2015 10:58:28 +0200 Subject: [PATCH] Fix FTBFS with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/notefactory.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/notefactory.h b/src/notefactory.h index 50caa60..4202e0b 100644 --- a/src/notefactory.h +++ b/src/notefactory.h @@ -32,8 +32,6 @@ class TQColor; class Basket; class Note; -enum NoteType::Id; - /** Factory class to create (new, drop, past) or load BasketIem, and eventuelly save them (?) * @author Sébastien Laoût */