]> git.sesse.net Git - nageru/blobdiff - theme.h
Make the master peak display clickable, like all the other peak labels.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 264b5ac67f86086f35a5a1555a9f071356fecbf3..91c5c2e1a11deb2f25229104d4ae581e78f7d91d 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -38,7 +38,7 @@ public:
 
 class Theme {
 public:
-       Theme(const char *filename, movit::ResourcePool *resource_pool, unsigned num_cards);
+       Theme(const std::string &filename, const std::vector<std::string> &search_dirs, movit::ResourcePool *resource_pool, unsigned num_cards);
        ~Theme();
 
        struct Chain {