GNOME Bugzilla – Bug 542929
invalid extra semicolons in class scope in gio's volumemonitor.hg
Last modified: 2008-07-15 10:36:52 UTC
In volumemonitor.h:114, 123 and 132 there is an extra ';' after the method declaration that g++ refuses to compile when -pedantic is used. I do not think C++ allows spare semicolons there.
Created attachment 114527 [details] [review] proposed patch
Committed to svn trunk. Thanks. Please patch the ChangeLog in future.