]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gauge.cpp
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / gtk / gauge.cpp
index 50b6758c9f96cda1a0f3b83b2fc4b13438e19f94..7c8c1c9cd4d41f4afd84cabdc60804bacf2c7f50 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/gtk/gauge.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -128,7 +127,7 @@ wxVisualAttributes wxGauge::GetDefaultAttributes() const
 wxVisualAttributes
 wxGauge::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 {
-    return GetDefaultAttributesFromGTKWidget(gtk_progress_bar_new,
+    return GetDefaultAttributesFromGTKWidget(gtk_progress_bar_new(),
                                              false, GTK_STATE_ACTIVE);
 }