Initializes this object to refer to an invalid SoundPath.
| 105 | |
| 106 | // Initializes this object to refer to an invalid SoundPath. |
| 107 | SoundPathRef() |
| 108 | : index(0) |
| 109 | {} |
| 110 | }; |
| 111 | |
| 112 |
nothing calls this directly
no outgoing calls
no test coverage detected