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:59:00 +0200
commitc04b226aee1ce9b10cd338aa7433b24187df748f (patch)
tree8745d3ccbf4ead71a64e02d6d939ed4b8c07731b
parent8a3e20b16324924f21b91fb0c5de92c59a6bc18c (diff)
downloadbasket-c04b226aee1ce9b10cd338aa7433b24187df748f.tar.gz
basket-c04b226aee1ce9b10cd338aa7433b24187df748f.zip
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8d28dcef1201ef7052871f9bad5579aeb2adbddf)
-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
*/