diff options
| author | Emmanuel Leblond | 2018-01-03 18:26:44 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-04 15:15:55 +0100 |
| commit | e315c94900be47e61152a2958011e14b7e635a3e (patch) | |
| tree | 9fbe974664cd253d3fdd0792db0b7b5f91cfcde6 /drivers/unix/os_unix.h | |
| parent | 99eb394a5f5f164a562e315980cb730a704a0a1c (diff) | |
| download | godot-e315c94900be47e61152a2958011e14b7e635a3e.tar.gz godot-e315c94900be47e61152a2958011e14b7e635a3e.tar.zst godot-e315c94900be47e61152a2958011e14b7e635a3e.zip | |
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 7929a791c..d224a5564 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -55,7 +55,7 @@ protected: virtual void initialize_core(); virtual int unix_initialize_audio(int p_audio_driver); - //virtual void initialize(int p_video_driver,int p_audio_driver); + //virtual Error initialize(int p_video_driver,int p_audio_driver); virtual void finalize_core(); |
