Fixed race conditions on local static data
[GPXSee.git] / src / map / encstyle.h
blobcf9147357ce9dde09c774bca8cabd81d67c6e58e
1 #ifndef ENCSTYLE_H
2 #define ENCSTYLE_H
4 #include "ENC/style.h"
6 class ENCStyle
8 public:
9 static const ENC::Style *style();
12 #endif // ENCSTYLE_H