Skip to content

Commit eef2c92

Browse files
authored
Update RteInstance.h : override keyword
1 parent 6189199 commit eef2c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/rtemodel/include/RteInstance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ class RteFileInstance : public RteItemInstance
14241424
* @brief check if this file is a config one
14251425
* @return true if "attr" attribute value is "config"
14261426
*/
1427-
bool IsConfig() const;
1427+
bool IsConfig() const override;
14281428

14291429
/**
14301430
* @brief check if a new version of a config file is available (for specified target)

0 commit comments

Comments
 (0)