From 0403e4906c8c8697c7a5ed144e8834ea146ba305 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 22 Jan 2019 08:47:14 -0800 Subject: [PATCH] Move QofLogModule typedef to qoflog.h where it belongs. --- libgnucash/engine/qofid.h | 2 -- libgnucash/engine/qoflog.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libgnucash/engine/qofid.h b/libgnucash/engine/qofid.h index 13314ea25a..c9012b6ac1 100644 --- a/libgnucash/engine/qofid.h +++ b/libgnucash/engine/qofid.h @@ -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; diff --git a/libgnucash/engine/qoflog.h b/libgnucash/engine/qoflog.h index 345ad5f1a3..c4ee1dfdca 100644 --- a/libgnucash/engine/qoflog.h +++ b/libgnucash/engine/qoflog.h @@ -94,6 +94,8 @@ extern "C" #include #include "qofutil.h" +typedef const gchar* QofLogModule; + #define QOF_MOD_ENGINE "qof.engine" typedef enum