Document wxTemp[F]File default ctors
For some reason default ctor wasn't documented, so add it.
This commit is contained in:
parent
ebc0f056c0
commit
1c6ab1aa65
2 changed files with 14 additions and 0 deletions
|
|
@ -48,6 +48,13 @@
|
|||
class wxTempFFile
|
||||
{
|
||||
public:
|
||||
/**
|
||||
Default constructor doesn't do anything.
|
||||
|
||||
Call Open() later.
|
||||
*/
|
||||
wxTempFFile();
|
||||
|
||||
/**
|
||||
Associates wxTempFFile with the file to be replaced and opens it.
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,13 @@
|
|||
class wxTempFile
|
||||
{
|
||||
public:
|
||||
/**
|
||||
Default constructor doesn't do anything.
|
||||
|
||||
Call Open() later.
|
||||
*/
|
||||
wxTempFile();
|
||||
|
||||
/**
|
||||
Associates wxTempFile with the file to be replaced and opens it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue