/[svn]/linuxsampler/trunk/src/common/global_private.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global_private.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3708 by schoenebeck, Wed Jan 8 22:11:30 2020 UTC revision 3763 by schoenebeck, Sun Apr 5 20:15:57 2020 UTC
# Line 151  extern bool g_fireMainThreadCallback; Line 151  extern bool g_fireMainThreadCallback;
151  int hexToNumber(char hex_digit);  int hexToNumber(char hex_digit);
152  int hexsToNumber(char hex_digit0, char hex_digit1 = '0');  int hexsToNumber(char hex_digit0, char hex_digit1 = '0');
153    
154    std::string backtraceAsString();
155    
156  #endif // __LS_GLOBAL_PRIVATE_H__  #endif // __LS_GLOBAL_PRIVATE_H__

Legend:
Removed from v.3708  
changed lines
  Added in v.3763

  ViewVC Help
Powered by ViewVC