mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor SharedPtr and fix ContainerDeletePolicy bug
This commit is contained in:
@@ -135,7 +135,7 @@ private:
|
||||
|
||||
private:
|
||||
class Sqlite3;
|
||||
SharedObjectPtr <Sqlite3> m_instance;
|
||||
SharedPtr <Sqlite3> m_instance;
|
||||
bool m_bInTransaction;
|
||||
sqlite3* m_connection;
|
||||
String m_fileName;
|
||||
|
||||
@@ -95,7 +95,7 @@ private:
|
||||
void clean_up();
|
||||
|
||||
private:
|
||||
SharedObjectPtr <detail::statement_imp> m_imp;
|
||||
SharedPtr <detail::statement_imp> m_imp;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user