diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-04-24 17:05:50 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-04-24 17:05:50 +0000 | 
| commit | 6caab7c0889497045ea2fec0635062329e00ab74 (patch) | |
| tree | f95bbf522a26c7df3f9b6bda3bc55abfc566d888 | |
| parent | some fixes (diff) | |
| download | mutator-6caab7c0889497045ea2fec0635062329e00ab74.tar.gz mutator-6caab7c0889497045ea2fec0635062329e00ab74.zip | |
some fixes
| -rw-r--r-- | bruiser/bruiser.h | 3 | 
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; | 
