1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

last try ...

This commit is contained in:
ClausKlein 2021-02-15 20:16:55 +01:00
parent ae2d022801
commit ee5c92ff16

View file

@ -14,7 +14,7 @@ namespace greeter {
*/ */
class GREETER_EXPORT Greeter { class GREETER_EXPORT Greeter {
protected: protected:
std::string name; std::string GREETER_EXPORT name;
public: public:
/** /**