Skip to content

Commit 75c7fff

Browse files
committed
++ storage.hpp
1 parent 83201c7 commit 75c7fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ipfixprobe/storage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class StoragePlugin : public Plugin
9999
}
100100

101101
#ifdef WITH_CTT
102-
virtual void set_ctt_config(const std::string& device_name, unsigned comp_index);
102+
virtual void set_ctt_config(const std::string& device_name, unsigned comp_index) = 0;
103103
#endif /* WITH_CTT */
104104

105105
/**

0 commit comments

Comments
 (0)