refine video-tools installer:
[ardour.git] / gtk2_ardour / imageframe.h
index b10422cab60f22d0eaf4784a9a078627947a324b..466d0804f5e9d740a9916ab859db64e869be9856 100644 (file)
@@ -4,10 +4,9 @@
 
 #include <glibmm.h>
 
-/* $Id$ */
 
 /* rect.h
- * 
+ *
  * Copyright (C) 1998 EMC Capital Management Inc.
  * Developed by Havoc Pennington <hp@pobox.com>
  *
@@ -133,12 +132,12 @@ public:
 
 namespace Glib
 {
-  /** @relates ArdourCanvas::ImageFrame
+  /** @relates Gnome::Canvas::ImageFrame
    * @param object The C instance
    * @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
    * @result A C++ instance that wraps this C instance.
    */
-  ArdourCanvas::ImageFrame* wrap(GnomeCanvasImageFrame* object, bool take_copy = false);
+  Gnome::Canvas::ImageFrame* wrap(GnomeCanvasImageFrame* object, bool take_copy = false);
 }
 #endif /* _LIBGNOMECANVASMM_IMAGEFRAME_H */