summaryrefslogtreecommitdiffhomepage
path: root/src/critter-script-base.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-08 11:16:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-08 19:40:24 +0200
commit457cdf24489c20f0f9b9b9877bf9e875aa643f91 (patch)
tree5c01a4cbe3935784e30b3a2a2912e62aa00ef29a /src/critter-script-base.cpp
parentb25edf465d08750fb5f93068cd8b8d5cd9d0dcec (diff)
wip
Diffstat (limited to 'src/critter-script-base.cpp')
-rw-r--r--src/critter-script-base.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/critter-script-base.cpp b/src/critter-script-base.cpp
index 4808e7b5..a321d2cd 100644
--- a/src/critter-script-base.cpp
+++ b/src/critter-script-base.cpp
@@ -2,9 +2,7 @@
namespace floormat {
-template class script_wrapper<critter_script>;
-base_script::~base_script() noexcept = default;
-base_script::base_script() noexcept = default;
+
} // namespace floormat