Skip to content

Commit 74ca8fb

Browse files
committed
refs qorelanguage/qore#3802 fixed module namespace paths
1 parent b8d7aa2 commit 74ca8fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/process.qpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Qore Programming Language process Module
33

4-
Copyright (C) 2003 - 2020 Qore Technologies, s.r.o.
4+
Copyright (C) 2003 - 2021 Qore Technologies, s.r.o.
55

66
Permission is hereby granted, free of charge, to any person obtaining a
77
copy of this software and associated documentation files (the "Software"),
@@ -73,7 +73,7 @@ Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt)
7373
- initial release of the process module
7474
*/
7575

76-
static QoreNamespace ProcessNS("Process");
76+
static QoreNamespace ProcessNS("Qore::Process");
7777

7878
DLLLOCAL const TypedHashDecl* hashdeclMemorySummaryInfo;
7979

0 commit comments

Comments
 (0)