tool/Command.h
changeset 2590 0e207abed88a
parent 2589 2b9c78543663
--- a/tool/Command.h	Mon Nov 03 15:20:05 2014 +0100
+++ b/tool/Command.h	Wed Nov 05 15:06:54 2014 +0100
@@ -132,9 +132,9 @@
     protected:
         enum {BreakAfterBytes = 16};
 
-        void throwInvalidUsageException(const stringstream &) const;
-        void throwCommandException(const string &) const;
-        void throwCommandException(const stringstream &) const;
+        static void throwInvalidUsageException(const stringstream &);
+        static void throwCommandException(const string &);
+        static void throwCommandException(const stringstream &);
         void throwSingleSlaveRequired(unsigned int) const;
 
         typedef list<ec_ioctl_slave_t> SlaveList;