module names and files should be capitalized
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "print.h"
|
||||
#include "Print.h"
|
||||
|
||||
Print::Print(void* h, App& a) : Module(h, a) {
|
||||
name = "Print";
|
||||
Reference in New Issue
Block a user