* renamed SoundRecorder.canCapture to isAvailable
* some internal fixes/changes git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1352 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
8a848e3175
commit
9f1354b2a9
6 changed files with 74 additions and 70 deletions
|
@ -51,7 +51,7 @@ protected:
|
|||
|
||||
this(void* ptr)
|
||||
{
|
||||
super(ptr);
|
||||
super(ptr, true);
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue