diff options
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapiAttributeService.H')
-rw-r--r-- | src/include/usr/hwpf/fapi/fapiAttributeService.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiAttributeService.H b/src/include/usr/hwpf/fapi/fapiAttributeService.H index 3c6b0dff4..cc98b5778 100644 --- a/src/include/usr/hwpf/fapi/fapiAttributeService.H +++ b/src/include/usr/hwpf/fapi/fapiAttributeService.H @@ -137,7 +137,7 @@ ReturnCode fapiGetInitFileAttr(const AttributeId i_id, * This is called by FAPI code to check at compile time that a FAPI attribute * access is using the correct data type and a valid AttributeId */ -template<typename T> void fapiCheckIdType(AttributeId, T &) {} +template<typename T> inline void fapiCheckIdType(AttributeId, T &) {} /** * @brief Fail if attribute privileged |