From: dooglus Date: Sun, 17 Feb 2008 01:21:48 +0000 (+0000) Subject: Oops. The last commit contained a typo, breaking the build. This fixes it. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c0ee245fac4198aaf69d27f8a10a84849dccabed;p=synfig.git Oops. The last commit contained a typo, breaking the build. This fixes it. git-svn-id: http://svn.voria.com/code@1722 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/layertree.h b/synfig-studio/trunk/src/gtkmm/layertree.h index b0dd841..c01ab06 100644 --- a/synfig-studio/trunk/src/gtkmm/layertree.h +++ b/synfig-studio/trunk/src/gtkmm/layertree.h @@ -123,9 +123,9 @@ private: Glib::RefPtr sorted_layer_tree_store_; -#ifdef TIMETRACK_IN_PARAMS_DIALOG +#ifdef TIMETRACK_IN_PARAMS_PANEL CellRenderer_TimeTrack *cellrenderer_time_track; -#endif // TIMETRACK_IN_PARAMS_DIALOG +#endif // TIMETRACK_IN_PARAMS_PANEL Gtk::TreeView::Column* column_time_track;