Move Stateful class declared in pbd/stateful.h into the PBD namespace
[ardour.git] / libs / ardour / ardour / named_selection.h
index 7636099e1f62e5725bd9645c1daa3c1453502424..39ab524d4f7e20174653b9545b2936512da2753d 100644 (file)
@@ -33,7 +33,7 @@ namespace ARDOUR
 class Session;
 class Playlist;
 
-struct NamedSelection : public Stateful
+struct NamedSelection : public PBD::Stateful
 {
     NamedSelection (std::string, std::list<boost::shared_ptr<Playlist> >&);
     NamedSelection (Session&, const XMLNode&);