From bea3673ae1b3d19585dec56e96dbcd8a56b96e6d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 3 Feb 2017 17:02:58 -0500 Subject: Renamed object join fields to prevent conflicts with class names This was not a problem with clang but it caused compilation errors with gcc. --- lib/part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/part.h') diff --git a/lib/part.h b/lib/part.h index 9a01312..7180f57 100644 --- a/lib/part.h +++ b/lib/part.h @@ -108,7 +108,7 @@ namespace verbly { // Relationships to other objects - static const field frame; + static const field frames; // Noun synrestr relationship @@ -123,7 +123,7 @@ namespace verbly { static const field synrestrField; }; - static const synrestr_field synrestr; + static const synrestr_field synrestrs; private: -- cgit 1.4.1