Commit 182e6458 authored by Erwan Tulou's avatar Erwan Tulou

skins2: typo

parent 5a4a1bc2
...@@ -34,7 +34,7 @@ class VarString; ...@@ -34,7 +34,7 @@ class VarString;
class VarString: public Variable, public Subject<VarString> class VarString: public Variable, public Subject<VarString>
{ {
public: public:
VarString( intf_thread_t *pIntf ): Variable( pIntf ), m_value( string("tit") ) { } VarString( intf_thread_t *pIntf ): Variable( pIntf ) { }
virtual ~VarString() { } virtual ~VarString() { }
/// Get the variable type /// Get the variable type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment