Skip to content

Commit

Permalink
Fix server compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jun 16, 2020
1 parent 7e4e6f3 commit adb616f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/server/auto_generated/qgsrequesthandler.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ Returns the requested format string
Returns ``True`` if the HTTP headers were already sent to the client
%End

private:
QgsRequestHandler &operator=( const QgsRequestHandler & );
};

/************************************************************************
Expand Down
3 changes: 3 additions & 0 deletions src/server/qgsrequesthandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ class SERVER_EXPORT QgsRequestHandler
bool headersSent() const;

private:
#ifdef SIP_RUN
QgsRequestHandler &operator=( const QgsRequestHandler & );
#endif

void setupParameters();

Expand Down

0 comments on commit adb616f

Please sign in to comment.