Parcourir la source

minor changes

Michele Caini il y a 8 ans
Parent
commit
7da1d1fc64
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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};
 };
 };