1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +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 {
protected:
std::string name;
std::string GREETER_EXPORT name;
public:
/**