aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/ImGuiLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viewer/ImGuiLayer.h')
-rw-r--r--tools/viewer/ImGuiLayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/viewer/ImGuiLayer.h b/tools/viewer/ImGuiLayer.h
index 1cefcd4097..d9e1571b60 100644
--- a/tools/viewer/ImGuiLayer.h
+++ b/tools/viewer/ImGuiLayer.h
@@ -16,6 +16,7 @@
class ImGuiLayer : public sk_app::Window::Layer {
public:
ImGuiLayer();
+ ~ImGuiLayer() override;
typedef std::function<void(SkCanvas*)> SkiaWidgetFunc;
void skiaWidget(const ImVec2& size, SkiaWidgetFunc func);