2018-09-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug that broke the build.
This commit is contained in:
Fred Gleason
2018-09-17 15:08:18 +00:00
parent 12f4538666
commit cdca805ed5
4 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
#define RDNOWNEXT_H
#include <rdlog_line.h>
#include "../rlm/rlm.h"
#include "../apis/rlm/rlm.h"
void RDResolveNowNext(QString *str,RDLogLine **loglines,int encoding);
QString RDResolveNowNext(const QString &pattern,RDLogLine *ll);

View File

@@ -33,7 +33,7 @@
#include <rdlog_line.h>
#include <rdttydevice.h>
#include "../rlm/rlm.h"
#include "../apis/rlm/rlm.h"
class RDRLMHost : public QObject
{