Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize code (Qt5 connects + init of params) #474

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Use default
  • Loading branch information
francescmm committed Apr 10, 2022
commit 521c9d864fec79237fe287108845f2718144708f
2 changes: 1 addition & 1 deletion lib/History.h
Original file line number Diff line number Diff line change
@@ -322,7 +322,7 @@ class CompactHistoryBlock

class CompactHistoryBlockList {
public:
CompactHistoryBlockList() {};
CompactHistoryBlockList() = default;
~CompactHistoryBlockList();

void *allocate( size_t size );