diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2018-03-02 23:58:20 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2018-03-02 23:58:20 +0100 |
commit | 6f092071ac54d10dde39889571518e4b9d17308f (patch) | |
tree | 15e01d90e647415e9d64d6a9e8eb44f7989802be /src/lib/eolian_cxx | |
parent | 9e8d96671eab831daee56e664bd88b00ca7b53c6 (diff) |
eolian cxx,csharp: Update after eolian changes
Closes D5829.
Diffstat (limited to 'src/lib/eolian_cxx')
-rw-r--r-- | src/lib/eolian_cxx/grammar/klass_def.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eolian_cxx/grammar/klass_def.hpp b/src/lib/eolian_cxx/grammar/klass_def.hpp index 610a844ee1..3ffdbe4101 100644 --- a/src/lib/eolian_cxx/grammar/klass_def.hpp +++ b/src/lib/eolian_cxx/grammar/klass_def.hpp | |||
@@ -1170,7 +1170,7 @@ inline Eolian_Class const* get_klass(klass_name const& klass_name_, Eolian_Unit | |||
1170 | , context_null{})) | 1170 | , context_null{})) |
1171 | return nullptr; | 1171 | return nullptr; |
1172 | else | 1172 | else |
1173 | return ::eolian_class_get_by_name(unit, klass_name.c_str()); | 1173 | return ::eolian_unit_class_by_name_get(unit, klass_name.c_str()); |
1174 | } | 1174 | } |
1175 | 1175 | ||
1176 | inline std::vector<std::string> cpp_namespaces(std::vector<std::string> namespaces) | 1176 | inline std::vector<std::string> cpp_namespaces(std::vector<std::string> namespaces) |