Commit 0d37409f authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix gcc compiling error

modified:
  storage/connect/valblk.cpp
parent f53ad74c
......@@ -258,6 +258,7 @@ template <>
int TYPBLK<int>::GetTypedValue(PVAL valp)
{return valp->GetIntValue();}
template <>
uint TYPBLK<uint>::GetTypedValue(PVAL valp)
{return valp->GetUIntValue();}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment