Add missing type qualifiers

This commit is contained in:
Robbert van der Helm
2020-06-06 12:43:35 +02:00
parent 89c186f2c4
commit 957da62137
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ struct Size {
*/
class WindowClass {
public:
WindowClass(std::string name);
explicit WindowClass(const std::string& name);
~WindowClass();
/**