Commit 60d70631 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

More fiddling around with c++. Addresses #197.

git-svn-id: file:///svn/tokudb@1178 c7de825b-a66e-492c-adef-691d508d4ae1
parent 686d25d5
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class Dbt; class Dbt;
// DBT and Dbt objects are interchangeable. So watch out if you use Dbt to make other classes (e.g., with subclassing) // DBT and Dbt objects are the same pointers. So watch out if you use Dbt to make other classes (e.g., with subclassing).
class Dbt : private DBT class Dbt : private DBT
{ {
public: public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment