]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/regmatch.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / strings / regmatch.h
index 6af309ea72185ea91e43706c1ef38538ced51976..8d4406a483ac19b01476a3684b73a2bde7a4e094 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <string>
 #include <vector>
+#include <msp/core/mspcore_api.h>
 
 namespace Msp {
 
@@ -16,7 +17,7 @@ part matched by the whole regex.  Further groups, if present, indicate parts
 matched by subregexes.  These are ordered from left to right, by the opening
 parenthesis of the subregex.
 */
-class RegMatch
+class MSPCORE_API RegMatch
 {
 public:
        /**