Document wxTemp[F]File default ctors
For some reason default ctor wasn't documented, so add it.
This commit is contained in:
@@ -48,6 +48,13 @@
|
|||||||
class wxTempFFile
|
class wxTempFFile
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
Default constructor doesn't do anything.
|
||||||
|
|
||||||
|
Call Open() later.
|
||||||
|
*/
|
||||||
|
wxTempFFile();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Associates wxTempFFile with the file to be replaced and opens it.
|
Associates wxTempFFile with the file to be replaced and opens it.
|
||||||
|
|
||||||
|
@@ -46,6 +46,13 @@
|
|||||||
class wxTempFile
|
class wxTempFile
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
Default constructor doesn't do anything.
|
||||||
|
|
||||||
|
Call Open() later.
|
||||||
|
*/
|
||||||
|
wxTempFile();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Associates wxTempFile with the file to be replaced and opens it.
|
Associates wxTempFile with the file to be replaced and opens it.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user