aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bruiser/bruiser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index 0335a23..57664d6 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -67,7 +67,8 @@ class BruiserReport
~BruiserReport();
- bool PrintToLog(std::string __in_arg);
+ template <typename T>
+ bool PrintToLog(T __arg);
private:
std::ofstream BruiserLog;