diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-06 20:55:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-06 20:56:39 -0700 |
commit | 265376db067156356d208e1d36b420199a162c54 (patch) | |
tree | 9bfc4dd3e335baa63ab880ab82fffbdc95d41327 /qt-ui | |
parent | 1240455a9a1f23284af2b8859b2ca2d1f363e0c6 (diff) | |
download | subsurface-265376db067156356d208e1d36b420199a162c54.tar.gz |
Add #include guards to statistics.h and the extern "C" for C++
If the extern "C" is missing, the C++ compiler will try to find a
function by its mangled name. Since the function is in a .c file,
there will be no mangled name.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
0 files changed, 0 insertions, 0 deletions