mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
context fixes
This commit is contained in:
@@ -39,8 +39,9 @@ namespace pcp {
|
||||
// constructors
|
||||
PcpContext();
|
||||
|
||||
// destructors
|
||||
~PcpContext();
|
||||
// clean up, wo don't do it in the destructor,
|
||||
// since it will be called multiple times otherwise
|
||||
void done();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user