Kaydet (Commit) ec1636fa authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove this weird inheritance from smart-pointer-wrapped class.

SbxVarEntry is now its own class.

Change-Id: I5c5ce1990fa83930acced1d507f5b0de60bf221e
üst e14abb13
This diff is collapsed.
...@@ -115,7 +115,7 @@ public: ...@@ -115,7 +115,7 @@ public:
// The variables convert from SbxVariablen. Put()/Insert() into the // The variables convert from SbxVariablen. Put()/Insert() into the
// declared datatype, if they are not SbxVARIANT. // declared datatype, if they are not SbxVARIANT.
class SbxVarEntry; struct SbxVarEntry;
class BASIC_DLLPUBLIC SbxArray : public SbxBase class BASIC_DLLPUBLIC SbxArray : public SbxBase
{ {
......
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