Project

General

Profile

Actions

Bug #6113

closed

WServerGLWidget::getUniformLocation

Added by Markus Raabe over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/07/2017
Due date:
% Done:

0%

Estimated time:

Description

It is not leading to an error, but probably

WServerGLWidget::getUniformLocation(WGLWidget::Program program, const std::string location)

should use a "const std::string&" instead of a "const std::string".

There had been some other methods with missing reference, but I don't know where any more.

Actions #1

Updated by Roel Standaert over 6 years ago

  • Status changed from New to Resolved

It does indeed look like I can just turn that into const std::string&. Thanks.

Actions #2

Updated by Roel Standaert over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF