From 211c35e9e3f3806a3f2dd00b4fd77b2fd90e4522 Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 25 May 2021 11:14:49 +0200 Subject: [PATCH] fix(WindowLog): Move to correct disk location fixes #2 --- BigBaseV2/src/{backend/looped/self => gui/window}/window_log.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BigBaseV2/src/{backend/looped/self => gui/window}/window_log.cpp (100%) diff --git a/BigBaseV2/src/backend/looped/self/window_log.cpp b/BigBaseV2/src/gui/window/window_log.cpp similarity index 100% rename from BigBaseV2/src/backend/looped/self/window_log.cpp rename to BigBaseV2/src/gui/window/window_log.cpp