Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/blackbody.h')
-rw-r--r--intern/cycles/render/blackbody.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/render/blackbody.h b/intern/cycles/render/blackbody.h
index c3be0ebdf30..6b752a227fa 100644
--- a/intern/cycles/render/blackbody.h
+++ b/intern/cycles/render/blackbody.h
@@ -11,7 +11,7 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
- * limitations under the License
+ * limitations under the License.
*/
#ifndef __BLACKBODY_H__
@@ -21,7 +21,7 @@
CCL_NAMESPACE_BEGIN
-vector<float> blackbody_table();
+vector<float> blackbody_table_build();
CCL_NAMESPACE_END