Skip to content

Commit cfef9d7

Browse files
authored
Merge branch 'pytorch:main' into HTA
2 parents 8255337 + 32f9aba commit cfef9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libkineto/include/Config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Config : public AbstractConfig {
2626
Config& operator=(const Config&) = delete;
2727
Config(Config&&) = delete;
2828
Config& operator=(Config&&) = delete;
29+
~Config() override = default;
2930

3031
// Return a full copy including feature config object
3132
std::unique_ptr<Config> clone() const {

0 commit comments

Comments
 (0)