remove C++ syntax

dev
MITSUNARI Shigeo 6 years ago
parent 5c8dad4f5e
commit e97eca1801
  1. 2
      src/fp_generator.hpp

@ -130,7 +130,7 @@ namespace fp {
struct Profiler {
FILE *fp_;
const char *suf_;
const uint8_t *prev_ = 0;
const uint8_t *prev_;
Profiler()
: fp_(0)
, suf_(0)

Loading…
Cancel
Save