[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Ralf Habacker
ralf.habacker at gmail.com
Sat Jan 7 22:16:35 UTC 2012
SVN commit 1272363 by habacker:
msvc compile fix
M +2 -1 associationspacemanager.h
--- branches/work/soc-umbrello/umbrello/widgets/associationspacemanager.h #1272362:1272363
@@ -36,8 +36,9 @@
* Accessing the region occupied by specific end is through
* overloaded [] operator method.
*/
-struct RegionPair
+class RegionPair
{
+public:
RegionPair(Uml::Region f = Uml::reg_Error, Uml::Region s = Uml::reg_Error);
bool isValid() const;
Uml::Region& operator[](Uml::Role_Type role);
More information about the umbrello-devel
mailing list