diff -r 5b04770444df -r 742607c464c4 tool/CommandDownload.h --- a/tool/CommandDownload.h Tue Feb 02 19:38:32 2010 +0100 +++ b/tool/CommandDownload.h Fri Feb 05 10:29:47 2010 +0100 @@ -43,8 +43,8 @@ string helpString() const; void execute(MasterDevice &, const StringVector &); - protected: - enum {DefaultBufferSize = 1024}; + protected: + enum {DefaultBufferSize = 1024}; }; /****************************************************************************/