Skip to content

Commit

Permalink
ggpu: make LinearDataStore destructor virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Jul 26, 2024
1 parent 38788b6 commit bd2faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggpu/include/LinearDataStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace gtl
uint64_t elementSize,
uint32_t minCapacity);

~GgpuLinearDataStore();
virtual ~GgpuLinearDataStore();

public:
virtual uint64_t allocate();
Expand Down

0 comments on commit bd2faed

Please sign in to comment.