@@ -1,7 +1,7 @@
|
||||
#include "timber.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void Timber::tag(char* tag) {
|
||||
void Timber::tag(const char* tag) {
|
||||
printf("Tag: %s\n", tag);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user