staruml / staruml-cpp

C++ extension for StarUML
MIT License
174 stars 67 forks source link

C++ code generation [object Object] error #13

Closed YellowCoffee closed 8 years ago

YellowCoffee commented 8 years ago

Hello! I use C++ extension for code generation. I have UML diagram like in picture 1 and methods of example class must return 'float' and 'String' type objects. but when I generate code, ".h" file contains [object Object] return type for "get" methods. If I use C# code extension, all code correct in '.cs' file pict3 pict2

pict1