Skip to content

Commit b480df5

Browse files
BBaoVanCCopilot
andauthored
Add const qualifier to CssReloadHelper::changeCssFile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d6ebe7 commit b480df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/util/css_reload_helper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CssReloadHelper {
2020

2121
virtual void monitorChanges();
2222

23-
virtual void changeCssFile(std::string newCssFile);
23+
virtual void changeCssFile(const std::string& newCssFile);
2424

2525
protected:
2626
std::vector<std::string> parseImports(const std::string& cssFile);

0 commit comments

Comments
 (0)