diff options
| author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-02 14:56:42 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-02 14:56:42 +0100 |
| commit | 5df8492fcca44965f87884509668c1b75509e584 (patch) | |
| tree | 7225913461531e7fa2c8549a2bbd3c98ab3bdcd5 | |
| parent | 07c31b932078544205d61551edd4a66f69be30ae (diff) | |
Fix Windows build
| -rw-r--r-- | include/astra/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Globals.h b/include/astra/Globals.h index dc2d7e6..f70c3a9 100644 --- a/include/astra/Globals.h +++ b/include/astra/Globals.h @@ -147,7 +147,7 @@ namespace astra { const float32 PIdiv4 = PI / 4; const float32 eps = 1e-7f; - extern bool running_in_matlab; + extern _AstraExport bool running_in_matlab; } //---------------------------------------------------------------------------------------- |
