cogl/trace: Add missing semicolon when profiling is disabled
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3051>
This commit is contained in:
parent
0884747dce
commit
a1749524da
@ -165,7 +165,8 @@ gboolean cogl_is_tracing (void);
|
|||||||
|
|
||||||
COGL_EXPORT
|
COGL_EXPORT
|
||||||
void cogl_set_tracing_enabled_on_thread (void *data,
|
void cogl_set_tracing_enabled_on_thread (void *data,
|
||||||
const char *group)
|
const char *group);
|
||||||
|
|
||||||
COGL_EXPORT
|
COGL_EXPORT
|
||||||
void cogl_set_tracing_disabled_on_thread (void *data);
|
void cogl_set_tracing_disabled_on_thread (void *data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user