summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-02 14:56:42 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-02 14:56:42 +0100
commit5df8492fcca44965f87884509668c1b75509e584 (patch)
tree7225913461531e7fa2c8549a2bbd3c98ab3bdcd5 /include
parent07c31b932078544205d61551edd4a66f69be30ae (diff)
downloadastra-5df8492fcca44965f87884509668c1b75509e584.tar.gz
astra-5df8492fcca44965f87884509668c1b75509e584.tar.bz2
astra-5df8492fcca44965f87884509668c1b75509e584.tar.xz
astra-5df8492fcca44965f87884509668c1b75509e584.zip
Fix Windows build
Diffstat (limited to 'include')
-rw-r--r--include/astra/Globals.h2
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;
}
//----------------------------------------------------------------------------------------