Build fixed

This commit is contained in:
Nekotekina 2016-01-15 17:30:09 +03:00 committed by Raul Tambre
parent bbe00f6505
commit 702193a6c7
4 changed files with 11 additions and 7 deletions

View file

@ -60,6 +60,7 @@ public:
class entry_base
{
public:
virtual ~entry_base() = default;
virtual std::string name() = 0;
virtual void to_default() = 0;
virtual std::string string_value() = 0;