summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-09-27 10:58:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-09-27 10:58:28 +0200
commit8d28dcef1201ef7052871f9bad5579aeb2adbddf (patch)
tree3522b2792198521fb5dd614c164beb859b52f764
parent947ca060b00ac3d56b05dacbf24119382b52ccb5 (diff)
downloadbasket-8d28dcef.tar.gz
basket-8d28dcef.zip
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/notefactory.h2
1 files changed, 0 insertions, 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
*/