diff options
Diffstat (limited to 'timestamp.h')
-rw-r--r-- | timestamp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timestamp.h b/timestamp.h index 6a7d363..b57f5dd 100644 --- a/timestamp.h +++ b/timestamp.h @@ -16,6 +16,6 @@ class Timestamp{ const int nbpm; // New BPM to change to }; -#include "timestamp.cpp" +//#include "timestamp.cpp" #endif // TIMESTAMP_H // vim: syntax=cpp.doxygen |