summaryrefslogtreecommitdiff
path: root/compiler/locoex-customop/src/COpCall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/locoex-customop/src/COpCall.cpp')
-rw-r--r--compiler/locoex-customop/src/COpCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/locoex-customop/src/COpCall.cpp b/compiler/locoex-customop/src/COpCall.cpp
index 029914758..e86ad5c5b 100644
--- a/compiler/locoex-customop/src/COpCall.cpp
+++ b/compiler/locoex-customop/src/COpCall.cpp
@@ -57,7 +57,7 @@ std::vector<std::string> COpCall::attr_names() const
#define INSTANTIATE(AT) \
template const typename AttrTypeTrait<AT>::Type *COpCall::attr<AT>(const std::string &attr_name) \
- const;
+ const;
INSTANTIATE(COpAttrType::Float)
INSTANTIATE(COpAttrType::Int)