]> git.sesse.net Git - nageru/commitdiff
Correct a comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Jun 2019 18:05:55 +0000 (20:05 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Jun 2019 18:05:55 +0000 (20:05 +0200)
nageru/theme.h

index 34a8d29fffb141475f5705242b2d01898fa7b74a..d955e643458773eefa3527176d088072744264fa 100644 (file)
@@ -218,7 +218,7 @@ private:
        std::unique_ptr<MenuEntry> theme_menu;
        std::function<void()> theme_menu_callback;
 
-       std::map<unsigned, std::string> channel_names;  // Set using Nageru.set_theme(). Protected by <m>.
+       std::map<unsigned, std::string> channel_names;  // Set using Nageru.set_channel_name(). Protected by <m>.
 
        friend class LiveInputWrapper;
        friend class Scene;