Browse Source

minor changes

Michele Caini 7 years ago
parent
commit
7da1d1fc64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/entt/locator/locator.cpp

+ 1 - 0
test/entt/locator/locator.cpp

@@ -4,6 +4,7 @@
 struct AService {};
 struct AService {};
 
 
 struct AnotherService {
 struct AnotherService {
+    virtual ~AnotherService() = default;
     virtual void f(bool) = 0;
     virtual void f(bool) = 0;
     bool check{false};
     bool check{false};
 };
 };