summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2009-01-02 15:38:45 +0000
committerSampo Savolainen <v2@iki.fi>2009-01-02 15:38:45 +0000
commitd5427db306b3eeb6292a7662fe129ed20dfc66ce (patch)
tree06cad3a5bf3f041f840eb38587c6a855f6664226 /gtk2_ardour/utils.h
parent9d6d7f8b815fc975d159c83cfcba4d20047dc166 (diff)
Fix missing namespace
git-svn-id: svn://localhost/ardour2/branches/3.0@4379 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index 65a3e0a960..42494c8f6b 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -68,7 +68,7 @@ Pango::FontDescription* get_font_for_style (std::string widgetname);
uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true);
Gdk::Color color_from_style (std::string widget_style_name, int state, std::string attr);
-Glib::RefPtr<Gdk::GC> gc_from_style (string widget_style_name, int state, string attr);
+Glib::RefPtr<Gdk::GC> gc_from_style (std::string widget_style_name, int state, std::string attr);
void decorate (Gtk::Window& w, Gdk::WMDecoration d);