mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move QofLogModule typedef to qoflog.h where it belongs.
This commit is contained in:
parent
f1ff789657
commit
0403e4906c
@ -85,8 +85,6 @@ extern "C"
|
||||
typedef const gchar * QofIdType;
|
||||
/** QofIdTypeConst declaration */
|
||||
typedef const gchar * QofIdTypeConst;
|
||||
/** QofLogModule declaration */
|
||||
typedef const gchar* QofLogModule;
|
||||
|
||||
typedef struct QofCollection_s QofCollection;
|
||||
|
||||
|
@ -94,6 +94,8 @@ extern "C"
|
||||
#include <glib.h>
|
||||
#include "qofutil.h"
|
||||
|
||||
typedef const gchar* QofLogModule;
|
||||
|
||||
#define QOF_MOD_ENGINE "qof.engine"
|
||||
|
||||
typedef enum
|
||||
|
Loading…
Reference in New Issue
Block a user