diff options
Diffstat (limited to 'include/gras/block.hpp')
-rw-r--r-- | include/gras/block.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gras/block.hpp b/include/gras/block.hpp index 3cbc473..7595345 100644 --- a/include/gras/block.hpp +++ b/include/gras/block.hpp @@ -9,7 +9,6 @@ #include <gras/tags.hpp> #include <gras/work_buffer.hpp> #include <gras/buffer_queue.hpp> -#include <gras/detail/property.hpp> #include <vector> #include <string> @@ -471,7 +470,7 @@ struct GRAS_API Block : Element * private implementation guts for overloads and template support ******************************************************************/ virtual PMCC _handle_prop_access(const std::string &, const PMCC &, const bool); - void _register_property(const std::string &, PropertyRegistrySptr); + void _register_property(const std::string &, PMCC); virtual void _set_property(const std::string &, const PMCC &); virtual PMCC _get_property(const std::string &); }; |