Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/stroke/QInformationMap.h')
-rw-r--r--source/blender/freestyle/intern/stroke/QInformationMap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/QInformationMap.h b/source/blender/freestyle/intern/stroke/QInformationMap.h
index a0a946a2343..827b408ed8a 100644
--- a/source/blender/freestyle/intern/stroke/QInformationMap.h
+++ b/source/blender/freestyle/intern/stroke/QInformationMap.h
@@ -32,6 +32,8 @@
#include "InformationMap.h"
+namespace Freestyle {
+
class QInformationMap : public InformationMap
{
private:
@@ -63,4 +65,6 @@ protected:
virtual float computeGaussian(int x, int y);
};
+} /* namespace Freestyle */
+
#endif // __FREESTYLE_Q_INFORMATION_MAP_H__