]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/inputmethod.h
Simplify constructors with C++11
[libs/gltk.git] / source / inputmethod.h
index 1e0f613383392dae36e84dae944fe2a3115364be..28019cd1e9a26b000e05b214ae4df8c972641788 100644 (file)
@@ -43,7 +43,7 @@ protected:
 
        InputMethod(Root &);
 public:
-       virtual ~InputMethod() { }
+       virtual ~InputMethod() = default;
 };
 
 } // namespace GLtk