Removing superflous semicolon

This commit is contained in:
Dennis Luxen 2013-05-13 08:06:25 -04:00
parent 438c6e616c
commit 6d61e950d6

View File

@ -90,8 +90,6 @@ private:
} }
void abort(boost::filesystem::filesystem_error& e); void abort(boost::filesystem::filesystem_error& e);
;
struct StreamData { struct StreamData {
bool writeMode; bool writeMode;
boost::filesystem::path pathToTemporaryFile; boost::filesystem::path pathToTemporaryFile;