Skip to content

Commit

Permalink
[sip] Fix use of deleted method in QgsRequestHandler (followup #37116,…
Browse files Browse the repository at this point in the history
… refs #37072)
  • Loading branch information
jef-n committed Jun 12, 2020
1 parent 18e220a commit 49c62a5
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
Expand Up @@ -161,6 +161,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
Expand Up @@ -137,6 +137,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 49c62a5

Please sign in to comment.