mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
class vs struct mismatch fixes
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
|
||||
namespace qtwebapp {
|
||||
|
||||
struct HttpDocrootSettings
|
||||
class HttpDocrootSettings
|
||||
{
|
||||
public:
|
||||
QString path;
|
||||
QString encoding;
|
||||
int maxAge;
|
||||
|
||||
Reference in New Issue
Block a user