mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Correct typo
This commit is contained in:
@ -63,11 +63,11 @@ public:
|
|||||||
//- Store object pointer
|
//- Store object pointer
|
||||||
inline explicit autoPtr(T* = 0);
|
inline explicit autoPtr(T* = 0);
|
||||||
|
|
||||||
//- Construct as copy by transfering pointer to this autoPtr and
|
//- Construct as copy by transferring pointer to this autoPtr and
|
||||||
// setting the arguments pointer to NULL
|
// setting the arguments pointer to NULL
|
||||||
inline autoPtr(const autoPtr<T>&);
|
inline autoPtr(const autoPtr<T>&);
|
||||||
|
|
||||||
//- Construct either by transfering pointer or cloning. Should
|
//- Construct either by transferring pointer or cloning. Should
|
||||||
// only be called with type that supports cloning.
|
// only be called with type that supports cloning.
|
||||||
inline autoPtr(const autoPtr<T>&, const bool reUse);
|
inline autoPtr(const autoPtr<T>&, const bool reUse);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user