summaryrefslogtreecommitdiffstats
path: root/opengl/libs/glesv2dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/glesv2dbg.h')
-rw-r--r--opengl/libs/glesv2dbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/glesv2dbg.h b/opengl/libs/glesv2dbg.h
index b988eb7..8029dce 100644
--- a/opengl/libs/glesv2dbg.h
+++ b/opengl/libs/glesv2dbg.h
@@ -24,7 +24,7 @@ namespace android
DbgContext * CreateDbgContext(const unsigned version, const gl_hooks_t * const hooks);
void DestroyDbgContext(DbgContext * const dbg);
- void StartDebugServer(); // create and bind socket if haven't already
+ void StartDebugServer(unsigned short port); // create and bind socket if haven't already
void StopDebugServer(); // close socket if open
}; // namespace android