gtkmm r1131 - trunk/gtk/src



Author: daniel
Date: Thu Mar 26 14:23:44 2009
New Revision: 1131
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1131&view=rev

Log:
Oops. Fix silly mistake that broke the build.


Modified:
   trunk/gtk/src/notebook.ccg

Modified: trunk/gtk/src/notebook.ccg
==============================================================================
--- trunk/gtk/src/notebook.ccg	(original)
+++ trunk/gtk/src/notebook.ccg	Thu Mar 26 14:23:44 2009
@@ -30,7 +30,7 @@
                                                             int x, int y, void* data)
 {
   Gtk::Notebook::SlotWindowCreation *const
-    slot = *static_cast<Gtk::Notebook::SlotWindowCreation*>(data);
+    slot = static_cast<Gtk::Notebook::SlotWindowCreation*>(data);
 #ifdef GLIBMM_EXCEPTIONS_ENABLED
   try
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]