diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-28 13:15:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-28 13:15:37 +0000 |
| commit | 8ccf9e982971a8eca1027ad5c04d837b6ad068dc (patch) | |
| tree | f1f4785df95a266a7d1a511729e379913096f57a /src/version.h | |
| parent | 257b936e9ed24043cfc1ed6e7e762858250bc388 (diff) | |
Add compress_j2k method and simple benchmark.
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index bd501382..407b966d 100644 --- a/src/version.h +++ b/src/version.h @@ -3,6 +3,6 @@ namespace dcp { extern char const * version; extern char const * git_commit; -extern bool built_with_debug; +extern bool const built_with_debug; } |
