aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-17 17:09:24 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 16:53:57 +0200
commit978b1e2dc1ccd40e08fd700bda75bedd15b609b8 (patch)
tree47f088684b3874b06383e8f3063649b49340e7d5 /src/app.hpp
parent42f7dfd87b7192ecd326598d627e32a5feddf43b (diff)
clang-tidy
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index a35be27..c3c2060 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -119,7 +119,7 @@ struct App {
result<int> request_surface(char const *drawing_name);
// Activate (i.e. make visible, if allowed!) a surface
- char const *activate_surface(char const *drawng_name);
+ char const *activate_surface(char const *drawing_name);
// add tasks, executed after dispatch_events()
void add_task(char const *name, std::function<void()> &&f);