]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/formdata.h
Decorate things which constitute the public API
[libs/net.git] / source / http / formdata.h
index 32328910b92c55eab01ce8cc3f1e2108ca56d28c..cf78acd30b387b8e12913826478d4a5700fb1f3a 100644 (file)
@@ -3,13 +3,14 @@
 
 #include <map>
 #include <string>
+#include <msp/net/mspnet_api.h>
 
 namespace Msp {
 namespace Http {
 
 class Request;
 
-class FormData
+class MSPNET_API FormData
 {
 private:
        std::map<std::string, std::string> fields;