diff options
Diffstat (limited to 'Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h')
-rw-r--r-- | Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h b/Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h index 34c979b..7c19190 100644 --- a/Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h +++ b/Sluift/ElementConvertors/PubSubOwnerPurgeConvertor.h @@ -21,6 +21,7 @@ namespace Swift { virtual boost::shared_ptr<PubSubOwnerPurge> doConvertFromLua(lua_State*) SWIFTEN_OVERRIDE; virtual void doConvertToLua(lua_State*, boost::shared_ptr<PubSubOwnerPurge>) SWIFTEN_OVERRIDE; + virtual boost::optional<Documentation> getDocumentation() const SWIFTEN_OVERRIDE; private: LuaElementConvertors* convertors; |